Видео с ютуба Kotlin Standard Library

Kotlin Coroutine Gotchas

Kotlin Coroutines - Debugging Tools Overview

Single-Threaded Coroutines in Kotlin

How to Handle NumberFormatException in Kotlin: A Guide to Safely Converting Strings to Integers

Understanding the Execution of Lambda Expressions in Kotlin

How to Generate a List in a Functional Style in Kotlin

Finding an Alternative to entrySet in Kotlin: Stream Solutions for HashMap

Transforming Java Stream API .toMap with Merging to Kotlin

Measure the Execution Time of API Calls in Android with Kotlin

Mastering Number Rounding in Kotlin

Which is Better for Reading Integers in Kotlin: Integer.valueOf(readLine()) or readLine()!!.toInt()?

How to Perform a Linear Search in Kotlin to Retrieve an Object?

Understanding Kotlin Short Literals: How to Use Pre/Postfix Notations

Using Kotlin's Data Structures to Write Efficient Interview Solutions

Understanding asList() in Kotlin: Resolving Unresolved Reference Errors

How to Avoid Index Out of Bounds in Kotlin Arrays for Boolean Patterns TRUE, FALSE

Mastering Dynamic String Substitution in Kotlin

How to Efficiently Generate Time Intervals for the Day in Kotlin

Understanding listOfNotNull() in Kotlin: Can You Add Nulls?

How to Run All on an Iterable with Index in Kotlin